3.81 \(\int \frac{1}{(f+g x)^3 (A+B \log (e (\frac{a+b x}{c+d x})^n))} \, dx\)

Optimal. Leaf size=34 \[ \text{Unintegrable}\left (\frac{1}{(f+g x)^3 \left (B \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )+A\right )},x\right ) \]

[Out]

Unintegrable[1/((f + g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0724352, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{1}{(f+g x)^3 \left (A+B \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[1/((f + g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])),x]

[Out]

Defer[Int][1/((f + g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])), x]

Rubi steps

\begin{align*} \int \frac{1}{(f+g x)^3 \left (A+B \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )\right )} \, dx &=\int \frac{1}{(f+g x)^3 \left (A+B \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )\right )} \, dx\\ \end{align*}

Mathematica [A]  time = 11.9913, size = 0, normalized size = 0. \[ \int \frac{1}{(f+g x)^3 \left (A+B \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[1/((f + g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])),x]

[Out]

Integrate[1/((f + g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])), x]

________________________________________________________________________________________

Maple [A]  time = 0.53, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{ \left ( gx+f \right ) ^{3}} \left ( A+B\ln \left ( e \left ({\frac{bx+a}{dx+c}} \right ) ^{n} \right ) \right ) ^{-1}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(g*x+f)^3/(A+B*ln(e*((b*x+a)/(d*x+c))^n)),x)

[Out]

int(1/(g*x+f)^3/(A+B*ln(e*((b*x+a)/(d*x+c))^n)),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (g x + f\right )}^{3}{\left (B \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right ) + A\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="maxima")

[Out]

integrate(1/((g*x + f)^3*(B*log(e*((b*x + a)/(d*x + c))^n) + A)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{1}{A g^{3} x^{3} + 3 \, A f g^{2} x^{2} + 3 \, A f^{2} g x + A f^{3} +{\left (B g^{3} x^{3} + 3 \, B f g^{2} x^{2} + 3 \, B f^{2} g x + B f^{3}\right )} \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="fricas")

[Out]

integral(1/(A*g^3*x^3 + 3*A*f*g^2*x^2 + 3*A*f^2*g*x + A*f^3 + (B*g^3*x^3 + 3*B*f*g^2*x^2 + 3*B*f^2*g*x + B*f^3
)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)**3/(A+B*ln(e*((b*x+a)/(d*x+c))**n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (g x + f\right )}^{3}{\left (B \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right ) + A\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(g*x+f)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="giac")

[Out]

integrate(1/((g*x + f)^3*(B*log(e*((b*x + a)/(d*x + c))^n) + A)), x)